.membership { 
    background-image: url("../../../../../../public/assets/svg/members.svg");
    background-repeat: no-repeat;
}

.membership-table-container {
    overflow-x: auto;
}
.membership-table-container  .container{
    width: 85%;
    margin: auto;
}

.membership-table-container .membership-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}  

.membership-table-container .membership-table tbody td {
    padding: 2rem;
    border-bottom: 1px solid #e5e7eb; 
    vertical-align: top;
} 

.membership-table-container .membership-table tbody tr:last-child td {
    border-bottom: none;
}

.membership-table-container .membership-table tbody {
    background-color: rgba(22, 42, 43, 0.05);
}

.membership-table-container .membership-table tbody tr:hover {
    background-color: rgba(22, 42, 43, 0.08);
    transition: background-color 0.2s ease;
}

.membership-table-container .membership-table tbody td ul li {
    padding: 0.25rem 0;
    counter-increment: benefit-counter;
}

/* Membership benefits styling */
.membership-benefits {
    line-height: 1.6;
    color: #40464C;
}

.membership-benefits p {
    margin: 0.5rem 0;
    font-size: 14px;
}

.membership-benefits p:first-child {
    margin-top: 0;
}

.membership-benefits p:last-child {
    margin-bottom: 0;
}

.membership-benefits strong {
    font-weight: 600;
    color: var(--color-main); 
    /* color: #2c3e50; */
} 

/* Mobile benefits styling */
.membership-benefits-mobile {
    line-height: 1.6;
    color: #40464C;
}

.membership-benefits-mobile p {
    margin: 0.4rem 0;
    font-size: 13px;
}

.membership-benefits-mobile p:first-child {
    margin-top: 0;
}

.membership-benefits-mobile p:last-child {
    margin-bottom: 0;
}

.membership-benefits-mobile strong {
    font-weight: 600;
    color: #2c3e50;
}

.membership-benefits-mobile em {
    font-style: italic;
    color: #7f8c8d;
}

 

.membership-table-top {
    margin-top: 150px;
}

.table_th_en th {
    text-align: left;
}

.table_th_ar {
    width: 100% !important;
} 

.list_type ul {
    list-style-type: auto !important;
}

.list_typeAr ul {
    list-style-type: arabic-indic !important;
}

/* Header styling improvements */
.membership-table thead th {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Membership card styling in table */
.membership-table tbody td .content .title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4; 
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.membership-table tbody td .content .desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3; 
    color: #7f8c8d;
}

/* Image styling in table */
.membership-table tbody td img {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
} 